home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000096_news@columbia.edu _Wed Oct 25 15:09:57 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id PAA04943
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 25 Oct 2000 15:09:56 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA21333
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 25 Oct 2000 15:09:56 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA13612
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 25 Oct 2000 14:49:03 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: C-Kermit for Windows ?
  14. Date: 25 Oct 2000 18:49:01 GMT
  15. Organization: Columbia University
  16. Message-ID: <8t79ut$d99$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8t79k8$d3e$1@newsmaster.cc.columbia.edu>,
  20. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  21. : In article <MKFJ5.284$jc.154787@dfiatx1-snr1.gtei.net>,
  22. : Bugs <dont@spamonme.com> wrote:
  23. : : Is there a version of C-Kermit for Windows that is identical to the UNIX
  24. : : versions?  I know about Kermit95 and MS-DOS kermit, but is there a version
  25. : : of C-Kermit available for Win32?  One that is 100% compatible with C-Kermit
  26. : : scripts on all the other platforms?
  27. : : 
  28. : Yes: Kermit 95.  The command and script language is identical with C-Kermit
  29. : because it is the same code.
  30. I should add, however, that there will always be platform differences.  For
  31. example, Windows uses TAPI modem names, whereas Unix uses (e.g.) /dev/ttyS0.
  32. Filename and directory syntax vary from platform to platform, etc.  Obviously
  33. such differences must be accounted for in a portable script.  However, the
  34. language itself is identical in Kermit 95 and C-Kermit of the same vintage.
  35.  
  36. - Frank